curl --request GET \
  --url https://{tenant_name}.{region}.techwolf.ai/reports/data_maturity_scan/job_maturity_overview \
  --header 'Authorization: Bearer <token>'
{
  "report_name": "job_data_maturity_overview",
  "report_data": {
    "entity_count": 100,
    "data_maturity_overview": [
      {
        "external_id": "a3903505-eb84-42dc-a79f-5e7b1fe897b7",
        "low_data_availability": false,
        "reasons": [
          [
            "MAX_SOURCE_GENERALITY",
            "MIN_EVENT_TYPE_DIVERSITY"
          ]
        ]
      }
    ]
  },
  "last_update": "2020-09-01T11:45:49Z"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

limit
integer
default:
200

The maximal number of returned entities.

Required range: 1 < x < 500
offset
integer
default:
0

The applied offset for returned entities, results starting from offset up to offset + limit.

Required range: x > 0
force_recalculate
boolean
default:
false

Reports are always stored for a certain time, and if this endpoint is called again within that time, the stored report is returned without recalculating. If force_recalculate is set to true, the report is recalculated and the stored report is overwritten.

update_low_data_availability
boolean
default:
true

If enabled, the low_data_availability flag on Jobs will be updated according the results of the report.

Response

200
application/json
OK

The Data Maturity Overview across all Jobs.

report_name
string

Name of the report.

report_data
object
last_update
string